home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1327 / readme.txt < prev    next >
Text File  |  1997-06-26  |  3KB  |  62 lines

  1. RefCount v1.0
  2. ===========================================================================
  3. Copyright (c) 1997 Magnus Baeck
  4. http://www.geocities.com/SiliconValley/5159/delphi.html
  5. baeck@swipnet.se
  6. ===========================================================================
  7.  
  8. 1. Purpose
  9. 2. Syntax
  10. 3. Downloading
  11. 4. Notes on distribution
  12.  
  13. ===========================================================================
  14. 1. Purpose
  15. ===========================================================================
  16.  
  17. RefCount simplifies the task of getting the module reference count for a
  18. file stored in the registry in
  19. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs.
  20. This can be useful for cleaning up the system. It can also display the
  21. complete table of references and optionally delete those values that point
  22. to files that do not exist. Full Delphi 2+ source is included. Requires
  23. Windows 95 or NT.
  24.  
  25. ===========================================================================
  26. 2. Syntax
  27. ===========================================================================
  28.  
  29. REFCOUNT.EXE [/CLEAN] {/ALL | <filename> ...}
  30.  
  31. <filename> is the name of the file you want to get the reference count for.
  32. If it specifies a path too, an exact match must be made. If only the name
  33. is given, only the filename part of the registry value will be matched and
  34. it may result in several matches. You may specify many filenames at the
  35. same call.
  36.  
  37. /ALL causes all values/files in the registry key to be displayed.
  38.  
  39. /CLEAN removes all values that point to non-existent files.
  40.  
  41. ===========================================================================
  42. 3. Downloading
  43. ===========================================================================
  44.  
  45.   * RCOUNT10.ZIP (30 KB) from GeoCities, U.S.A.
  46.     <http://www.geocities.com/SiliconValley/5159/rcount10.zip>
  47.   * RCOUNT10.ZIP (30 KB) from Tele2/Swipnet, Sweden.
  48.     <http://home2.swipnet.se/~w-22337/rcount10.zip>
  49.  
  50. ===========================================================================
  51. 4. Notes on distribution
  52. ===========================================================================
  53.  
  54. RefCount is freeware and may be freely distributed on any electronic media
  55. as long as nothing is charged for it, except for nominal copying costs. If
  56. you upload it to an FTP och WWW site or some other service, such as BBSes
  57. (which I do encourage), I would appreciate if you'd notify me. The source
  58. code may also be modified but the original copyright must still remain (but
  59. can of course be accompanied by your own if you do modify the source code).
  60.  
  61. [End of README.TXT]
  62.